home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / MSharpen.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  3KB  |  41 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="MSharpen">
  4.   <description>MSharpen 1.10 b2 by Donald A. Graft</description>
  5.   <filters>
  6.     <filter name="MSharpen" category="Sharpen/Soften Plugins" helpfile="msharpen" type="clip">
  7.       <description>This plugin for Avisynth implements an unusual concept in spatial sharpening. Although designed specifically for anime, it also works quite well on normal video. The filter is very effective at sharpening important edges without amplifying noise.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.         <colorspace>rgb</colorspace>
  12.       </colorspaces>
  13.       <parameters>
  14.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  15.           <description />
  16.           <items />
  17.         </parameter>
  18.         <parameter name="threshold" type="int" default="10" max="255" min="0" step="0" optional="True" paramList="False">
  19.           <description>This parameter determines what is detected as edge detail and thus sharpened. To see what edge detail areas will be sharpened, use the  'mask' parameter.</description>
  20.           <items />
  21.         </parameter>
  22.         <parameter name="strength" type="int" default="100" max="255" min="0" step="0" optional="True" paramList="False">
  23.           <description>This is the strength of the sharpening to be applied to the edge detail areas. It is applied only to the edge detail  areas as determined by the 'threshold' parameter. Strength 255 is the strongest sharpening.</description>
  24.           <items />
  25.         </parameter>
  26.         <parameter name="mask" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  27.           <description>When set to true, the areas to be sharpened are shown  in white against a black background. Use this to set the level of detail to be sharpened. This function also makes a basic edge detection filter.</description>
  28.           <items />
  29.         </parameter>
  30.         <parameter name="highq" type="bool" default="true" max="0" min="0" step="0" optional="True" paramList="False">
  31.           <description>This parameter lets you tradeoff speed for quality of detail detection. Set it to true for the best detail detection.  Set it to false for maximum speed.</description>
  32.           <items />
  33.         </parameter>
  34.         <parameter name="debug" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  35.           <description>This parameter enables debug output to the DebugView utility. Currently, only the filter version is output.</description>
  36.           <items />
  37.         </parameter>
  38.       </parameters>
  39.     </filter>
  40.   </filters>
  41. </plugin>